<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.news{
	    width: 1000px;
    margin: 0 auto -15px;
    padding-top: 25px;
	/*padding-bottom: 30px;*/
}
.news .clear { clear:both; font-size:0; height:0; overflow:hidden;}
.news .l{
	float: left;
}
.news .r{
	float: right;
}
.news .news_top{
	height: 34px;
	margin-bottom: 20px;
}
.news .hot_icon{
	width: 26px;
	height: 30px;
	margin-right: 10px;
}
.news .hot_icon&gt;img{
	width: 100%;
	height: 100%;
}
.news .news_t{
	font-size: 20px;
	font-weight: bold;
	color: #f02c36;
	line-height: 34px;
}
.news .pro{
	cursor: pointer;
	padding: 0 16px;
	height: 34px;
	line-height: 34px;
	margin-right: 5px;
	border-radius: 5px 5px 0 0;
	color: #333333;
	font-size: 14px;
	background: #e6e6e6;
	text-align: center;
}
.news .pro:last-child{
	margin-right:0px;
}
.news .pro.active{
	background: #f02c36;
	color: #fff;
	font-weight: bold;
}
.news .news_card_all{
	display: none;
	width: 965px;
	margin: 0 auto;
}
.news .news_card_all.show{
	display: block;
}
.news .news_card{
	position: relative;
	width: 161px;
	padding: 0 11px;
	height: 153px;
	margin: 0 4px;
	border-radius: 5px;
	border:1px solid #e6e6e6;
}
.news .news_card:hover{
	margin-top: -10px;
}
.news .news_card.active{
	border:1px solid #f02c36;
}
.news .tip{
	position: absolute;
	top: -1px;
	right: -1px;
	height: 31px;
	padding: 0 8px;
	line-height: 31px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	font-weight:bold;
	background: #f02c36;
	border-top-right-radius: 5px;
}
.news .sign_up .tip{
	background: #fc9c05;
}
.news .sign_ing .tip{
	background: #0eb812;
}
.news .sign_over .tip,
.news .no_release .tip,
.news .no_release .a_all a{
	background: #e6e6e6;
	color: #666666;
}
.news .pro_name,
.news .pro_name&gt;a{
	display: block;
	padding-top: 5px;
	line-height: 34px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.news .recruit_num{
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	height: 34px;
}
.news .a_all a{
	float: left;
	display: block;
	width: 76px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	border-radius: 14px;
	background: #f02c36;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0 8px 10px 0
}
.news .a_all a.a2{
	margin-right: 0px;
}</pre></body></html>